home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT18.Dxr / 00113.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  331 b   |  17 lines

  1. on exitFrame
  2.   global sse, smune, shea, ssiri
  3.   if sse = 1 then
  4.     set the visible of sprite 26 to 0
  5.   end if
  6.   if smune = 1 then
  7.     set the visible of sprite 27 to 0
  8.   end if
  9.   if shea = 1 then
  10.     set the visible of sprite 28 to 0
  11.   end if
  12.   if ssiri = 1 then
  13.     set the visible of sprite 29 to 0
  14.   end if
  15.   updateStage()
  16. end
  17.